PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFDisplayRectangle Class / PDFDisplayRectangle Constructor / PDFDisplayRectangle Constructor(PDFDisplayRectangle)
Source visual rectangle;
In This Topic
    PDFDisplayRectangle Constructor(PDFDisplayRectangle)
    In This Topic
    Initializes a new PDFDisplayRectangle object.
    Syntax
    public PDFDisplayRectangle( 
       PDFDisplayRectangle source
    )

    Parameters

    source
    Source visual rectangle;
    Exceptions
    ExceptionDescription
    When source is null.
    See Also